NorthOrientation

enum NorthOrientation

Describes the map orientation.

Entries

UPWARDS
Link copied to clipboard
Default, map oriented upwards
RIGHTWARDS
Link copied to clipboard
Map oriented righwards
DOWNWARDS
Link copied to clipboard
Map oriented downwards
LEFTWARDS
Link copied to clipboard
Map oriented leftwards

Functions

valueOf
Link copied to clipboard
open fun valueOf(name: String): NorthOrientation
values
Link copied to clipboard
open fun values(): Array<NorthOrientation>